Secure Key Storage
Type
library
Summary
Manage secure keys stored in protected storage
Description
This library allows the creation of secure keys stored in the OS protected storage.
Compatibility and Support
OS
mac
ios
android
Children Properties
Handler
Name | Summary | Syntax |
---|---|---|
securekeyCreate | Creates a securekey in protected storage | securekeyCreate(<pIdentifier>) |
securekeyEncrypt | Encrypt a message using the securekey. | securekeyEncrypt(<pIdentifier>,<pMessage>) |
securekeyDecrypt | Decrypt an encrypted message | securekeyDecrypt(<pIdentifier>,<pEncryptedMessage>) |
securekeyDelete | Delete a previously created securekey. | securekeyDelete(<pIdentifier>) |
securekeyExists | Returns true if a securekey with the given identifier already exists. | securekeyExists(<pIdentifier>) |